.. _`Pipeline`: .. _`org.sysess.sympathy.machinelearning.pipeline`: Pipeline ```````` .. image:: pipeline.svg :width: 48 Applies one model on the output of another Definition :::::::::: Input ports ........... **models** 2 - inf, model models Output ports ............ **out-model** model Output model Configuration ............. **Flatten** (flatten) Flattens multiple pipeline objects into a single pipeline containing all models **Model names** (names) Comma separated list of model names, eg. Rescale, SVC. If fewer names are given than models then default names will be used. Implementation .............. .. automodule:: node_pipeline :noindex: .. class:: Pipeline :noindex: